object dlgAbout: TdlgAbout Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'About ...' ClientHeight = 209 ClientWidth = 393 Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow DesignSize = ( 393 209) PixelsPerInch = 96 TextHeight = 13 object labelLegal: TLabel Left = 8 Top = 128 Width = 377 Height = 41 Alignment = taCenter Anchors = [akLeft, akRight, akBottom] AutoSize = False ShowAccelChar = False WordWrap = True ExplicitTop = 120 end object labelProduct: TLabel Left = 8 Top = 8 Width = 377 Height = 33 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'A quality SNL product' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Arial' Font.Style = [] ParentFont = False ShowAccelChar = False end object labelVersion: TLabel Left = 48 Top = 44 Width = 185 Height = 17 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Version unknown' end object imgSNLLogo: TImage Left = 248 Top = 40 Width = 137 Height = 65 Picture.Data = {} end object labelDescription: TLabel Left = 48 Top = 64 Width = 193 Height = 49 Anchors = [akLeft, akTop, akRight] AutoSize = False ShowAccelChar = False WordWrap = True end object imgIcon: TImage Left = 8 Top = 46 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object bnOk: TButton Left = 304 Top = 176 Width = 81 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object bnTranslations: TButton Left = 8 Top = 176 Width = 81 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Translations' TabOrder = 2 Visible = False OnClick = bnTranslationsClick end object bnUpdates: TButton Left = 208 Top = 176 Width = 81 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Updates' TabOrder = 1 Visible = False OnClick = bnUpdatesClick end end